WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx"       (Unix path for drive root)
;; "Type"="xxx"       (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx"      (drive label, at most 11 characters)
;; "Serial"="xxx"     (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
;;   This is the FS Wine is supposed to emulate on a certain
;;   directory structure.
;;   Recommended:
;;   - "win95" for ext2fs, VFAT and FAT32
;;   - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;;   DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;

[Drive C]
"Path" = "@BUNDLEPATHRESOURCE@/transgaming/c_drive"
"Type" = "hd"
"Label" = "Dos Drive"
"Filesystem" = "win95"

[Drive D]
"Path" = "${HOME}"
"Type" = "hd"
"Label" = "My Home"
"Filesystem" = "win95"

[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "tmp"
"Filesystem" = "win95"

[Drive G]
"Path" = "/"
"Type" = "hd"
"Label" = "root"
"Filesystem" = "win95"

[Drive P]
"Path" = "@USERPREFS@/p_drive"
"Type" = "hd"
"Label" = "Dos Drive 2"
"Filesystem" = "win95"

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system32\\"
"Temp" = "e:\\"
"Path" = "c:\\windows\\;c:\\windows\\system32\\"
"GraphicsDriver" = "macdrv"
"ShellLinker" = "/usr/lib/transgaming_cedega/winex/bin/wineshelllink"
"MozillaControl" = "Y"
"Browser" = ""

[winspool]
;Set to "Y" to enable printing support. 
"Printer" = "N"

# <wineconf>
[DllDefaults]
"DefaultLoadOrder" = "native, builtin, so"

[DllOverrides]
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"oleaut32" = "builtin, native"
"ver" = "builtin, native"
"version" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"lzexpand" = "builtin, native"
"lz32" = "builtin, native"
"comctl32" = "builtin, native"
"commctrl" = "builtin, native"
"advapi32" = "builtin, native"
"crtdll" = "builtin, native"
"mpr" = "builtin, native"
"winspool.drv" = "builtin, native"
"d3d8" = "builtin, native"
"d3d9" = "builtin, native"
"d3drm" = "builtin, native"
"ddraw" = "builtin, native"
"dinput" = "builtin, native"
"dinput8" = "builtin, native"
"dmusic" = "builtin, native"
"dsound" = "builtin, native"
"opengl32" = "builtin, native"
"msvcrt" = "native, builtin"
"rpcrt4" = "native, builtin"
"msvideo" = "builtin, native"
"msvfw32" = "builtin, native"
"quartz" = "builtin, native"
"mcicda.drv" = "builtin, native"
"mciseq.drv" = "builtin, native"
"mciwave.drv" = "builtin, native"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msacm.drv" = "builtin, native"
"msacm" = "builtin, native"
"msacm32" = "builtin, native"
"midimap.drv" = "builtin, native"
"psapi" = "builtin, native"
"wininet" = "builtin, native"
"dbghelp" = "native, builtin"

[Version]
"Windows" = "winxp"
"Cedega" = "tovik-22"

; DOS version to imitate
;"DOS" = "6.22"
[pthreads]
"PthreadsValue" = "default"

[transgaming]
"renice_wineserver" = "N"
"working_directory" = ""
"alsa_radio" = "Y"
"oss_radio" = "N"
"scheduler_value" = "No"

[macdrv]
;"ScreenDepth" = "32"
"Desktop" = "N"
"Enable3D" = "1"
"WindowedGammaBehavior" = "3"
;"TopAndBottomScrollArrows" = "1"

[x11drv]
"AllocSystemColors" = "100"
"CopyDefaultColors" = "0"
"PrivateColorMap" = "N"
"PerfectGraphics" = "N"
"Managed" = "Y"
"Desktop" = "No"
"UseDGA" = "N"
"UseXShm" = "Y"
"DXGrab" = "Y"
"UseXVidMode" = "Y"
"UseXRandR" = "N"
"DesktopDoubleBuffered" = "Y"
"TextCP" = "0"
"VideoRam" = "256"
"AGPVertexRam" = "128"

[d3dgl]
"AnisotropicTextureFiltering" = "Y"
"VertexShaders" = "Y"
"PixelShaders" = "Y"
"PixelShadersLevel" = "3.0"
"ClipSpaceFix" = "Y"
"FragmentOffset" = "Auto"
"FixedProgram" = "Y"
"RectangleTextures" = "Auto"
"DynamicVBO" = "Y"
"IndexVBO" = "Y"
"FBO" = "Y"
"GLSL" = "M"
"VertexShadersLevel" = "3.0"
"FloatTextures" = "Y"
"OcclusionQueries" = "Y"
;"Provides full compliance with native vertex shaders 'mova' command (Yes/No)
"ForceMOVACompliance" = "Y"
"FBOBackBuffer" = "N"
"ShowFPS" = "N"
"ShowMem" = "N"
"ShowGraphicsStats" = "N"

[opengl]
"FixedGLExtensionBuffer" = "N"
"GLExtensionBuffer" = ""

[dinput]
; dead zone for joystick input from 0 to 10000. 1000 is 10% of range.
"DefaultDeadZone" = "1000"
"AbsoluteMouseSensitivity" = "1"

;; Configuration of the function of joystick axes
;; The joystick name and axis functions can be determined with jstest.
;; The available axis types are:
;;   "none", "X", "Y", "Z", "RX", "RY", "RZ",
;;   "slider", "hat", "POV", and "ball"
;; "hat" and "POV" are synonymous. Hats use two axes.
[fonts]
"Resolution" = "96"
"Default" = "-adobe-times-"
"FreeType" = "N"

[FontPatterns]
"Pattern0" = "-adobe-times*"
"Pattern1" = "-adobe-helvetica*"
"Pattern2" = "-adobe-courier*"
"Pattern3" = "-misc-fixed*"

;"0"="/path/to/extra/fonts"
[FontAlias]
"MS Serif" = "Times New Roman"
"Helv" = "Arial"
"MS Sans Serif" = "Arial"
"System" = "Arial"
"Tahoma" = "Arial"

;;
;; Mono Space Fonts
;"Courier New"="Courier"
;"FixedSys"="Courier"
;; Disable the virtual memory manager (enabled by default)
; "MemoryManager" = "N"
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

[parallelports]
"Lpt1" = "/dev/lp0"

[spooler]
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

;"read" = "0x779,0x379,0x280-0x2a0"
; "write" = "0x779,0x379,0x280-0x2a0"
[spy]
"Exclude" = "WM_SIZE;WM_TIMER;"

[registry]
"LoadGlobalRegistryFiles" = "n"
"LoadHomeRegistryFiles" = "Y"
"LoadWindowsRegistryFiles" = "n"
"WritetoHomeRegistryFiles" = "Y"
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
"WineLook" = "Win98"

[Console]
"Drivers" = "xterm"
"XtermProg" = "konsole"

;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"
[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

; List of all directories directly contain .AFM files
;"1" = "/usr/share/ghostscript/fonts"
;"2" = "/usr/share/a2ps/afm"
;"3" = "/usr/share/enscript"
;"4" = "/usr/X11R6/lib/X11/fonts/Type1"
[Wineserver]
"SHMWineserver" = "Y"
"Scheduler" = "N"

;;"Scheduler" = "Y"
[WinMM]
"Drivers" = "winemacca.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

[wineoss]
"UseMMap" = "Y"
"FullDuplex" = "Y"
"dsp0" = "/dev/dsp"
"mixer0" = "/dev/mixer"

[winealsa]
"UseMMap" = "Y"
"pcm0" = "hw"
"ctl0" = "hw"
"FullDuplex" = "N"

;; App default settings
;; Ereg
[AppDefaults\\eReg.exe\\transgaming]
"Disable" = "Y"

[AppDefaults\\GarageInc.exe\\transgaming]
"cmdlineadd" = "-fullscreen"
